home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------
- # Default configuration for HTTPClient of Nokia WAP Server
- #---------------------------------------------------------
-
- #-------------------------------------
- # Enable/disable use of content cache
- #
-
- CacheEnabled=true
-
- #-------------------------------------
- # Enable/disable automatic following
- # of redirection links
- #
-
- AutoRedirectEnabled=false
-
- #-------------------------------------
- # Proxy rules for HTTP client
- #
- # rules are scanned in numeric order. If a rule with matching
- # domain name/ip address is found, the rule is applied.
- # Property syntax:
- # <domain>:<proxy_server>:<proxy_port>:<proxy_username>:<proxy_password_base64>
- #
- # Examples:
- #
- # *.nokia.com is accessed directly
- # ProxyRule_0=nokia.com:<DIRECT>
- #
- # 212.246.*.* is accessed via proxy server without proxy authentication
- # ProxyRule_1=212.246:wwwgw.ourcompany.com:8080
- #
- # default rule is to access directly
- # ProxyRule_2=<DEFAULT>:<DIRECT>
-
- # Is proxy enabled
- ProxyEnabled=false
-
- # Proxy rule count
- ProxyRuleCount=1
-
- # default: direct connection
- ProxyRule_0=<DEFAULT>:<DIRECT>
-